From 53a644fc1f397d2ba3159d3de568ea6776c9a54c Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Wed, 1 Sep 2021 23:09:38 +0100 Subject: [PATCH] Drop dependency from libgtk-4-common to libgtk-3-common This was put in place because they used to share GSettings schemas, but that's no longer the case. --- debian/control | 3 +-- debian/control.in | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/control b/debian/control index 1cfde17524..a92936b3d3 100644 --- a/debian/control +++ b/debian/control @@ -132,8 +132,7 @@ Package: libgtk-4-common Section: misc Architecture: all Multi-Arch: foreign -Depends: libgtk-3-common, - ${misc:Depends} +Depends: ${misc:Depends} Recommends: libgtk-4-1 Description: common files for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user diff --git a/debian/control.in b/debian/control.in index 1ae26b8332..4811fbd31c 100644 --- a/debian/control.in +++ b/debian/control.in @@ -132,8 +132,7 @@ Package: @COMMON_PKG@ Section: misc Architecture: all Multi-Arch: foreign -Depends: libgtk-3-common, - ${misc:Depends} +Depends: ${misc:Depends} Recommends: @SHARED_PKG@ Description: common files for the GTK graphical user interface library GTK is a multi-platform toolkit for creating graphical user -- 2.30.2